๐๏ธ Choose the right VIDIZMO APIs for Integration with your Platform
This is a detailed guide that shall enable the developer community to understand and use various sets of APIs available in VIDIZMO application which includes the Server Object Model, JavaScript Widgets, VIDIZMO Player Plugins, and REST API Endpoints.
๐๏ธ How to add Authentication App for Password less API Authentication
Introduction to Password less Authentication
๐๏ธ Understanding REST API Request_Response Structure
Before you get started with using VIDIZMO REST APIs and being amazed at how powerful their scope is, this article shall walk you through the structure of REST API Request-Response for a better grip on how to use it. A REST API request/response pair can be categorized into five major components:
๐๏ธ Using REST API - Acquire Access Token for Authentication
This shall walk you through how you may obtain an authentication token in VIDIZMO using REST APIs. For more details, see: REST API Reference Guide - Authentication.
๐๏ธ Using REST API - Content Processing
The Start Processing API in Vidizmo Portal is used to initiate advanced content processing. It can perform tasks like encoding on mashups, making them compatible with various devices and platforms. You can also explore other options like clipping and transcription.
๐๏ธ Using REST API - Fetch User Profile using Email Address
VIDIZMO APIs use a bearer authentication scheme to authenticate HTTP requests. This means that if an app wishes to use an API which requires to be authenticated, then the app should pass a unique token called a bearer token in the header of the HTTP request.
๐๏ธ Using REST API - Integrating Recorded Lecture Sessions on your own LMS Portal
Over the past two decades, digital exchange has emerged as an innovative subfield of global education. With that precedence and video being recognized as a primary medium of effective digital communication, it is imperative for academic institutions to enable their students with the right video-collaboration and video-streaming tools for progressive learning.
๐๏ธ Using REST API - Integrating Video Analytics within CRM for Marketing Campaigns
With video becoming the new normal, organizations have long wanted to have deeper insight into how the video content is being consumed to make more informed decisions related to marketing campaigns, lead conversion strategies, etc.
๐๏ธ Using REST API - Search Mashup
The Vidizmo Search Mashup API can help users find mashups on the portal with ease. In this article, we will demonstrate how to search for a specific mashup that we updated with custom attributes and basic information in the Update Mashup article. Through our testing with Postman, we can confirm that this API functions seamlessly in locating desired mashups in your portal.
๐๏ธ Using REST API - Update Mashup with Custom Attributes
VIDIZMO provides default attributes associated with media on the platform, empowering users to enhance search visibility and metadata. The platform features a customizable Add Attribute popup window, enabling users to incorporate diverse custom fields. This article guides you through two crucial processes: creating custom attributes using the Create Custom-Attribute API and subsequently updating the created mashup with essential information and custom attributes. The mashup we are using in this article is the one we created Upload Content article. Furthermore, These APIs have been tested using Postman.
๐๏ธ Using REST API - Uploading Content
In the Vidizmo Portal, you can easily upload various file formats, from audios to documents. This article focuses on uploading audio file and creating mashup with it seamlessly. The API for audio file uploads transfers content to your storage. The audio file upload process involves three steps: initialization, chunk uploads, and commitment, making it efficient for large files. Additionally, you can create new or existing mashups using the Create Mashup API within the Vidizmo Portal. During testing, we used Postman to validate the audio file upload and create mashup process.
๐๏ธ Using REST API โ User Authentication
The User Authentication API allows users to authenticate themselves and obtain an access token for performing actions in the Vidizmo Portal using REST API. This token is subject to expiration when the user logs out or after the token expires, in that case you will have to refresh the access token. For this article we have trialed the Vidizmo User Authentication api on Postman.
๐๏ธ VIDIZMO REST API Reference Guide
VIDIZMOโs powerful API integration allows customer organizations to access and use our application resources to build up their own platforms. With capabilities to fully enable VIDIZMO features similar to our web portal, our APIs allow complete management of your portalโs users, content, access rights, comments, reporting, and much more.